home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / sex_kitten_megamart.swf / scripts / DefineButton2_356 / BUTTONCONDACTION on(press).as
Text File  |  2006-11-16  |  203b  |  13 lines

  1. on(press){
  2.    _root.numcount += 1;
  3.    if(_root.numcount == 30)
  4.    {
  5.       _root.gotoandstop(38);
  6.    }
  7.    else
  8.    {
  9.       _root.rndlol = random(9) + 2;
  10.       gotoAndPlay(_root.rndlol);
  11.    }
  12. }
  13.